home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gui / gtldv374.lha / GadUtil / Docs / AutoDocs / 39.GU_EndRefresh < prev    next >
Text File  |  1996-05-14  |  827b  |  30 lines

  1. gadutil.library/GU_EndRefresh                   gadutil.library/GU_EndRefresh
  2.  
  3.    NAME
  4.     GU_EndRefresh -- End refreshing friendly to GadTools.
  5.  
  6.    SYNOPSIS
  7.     GU_EndRefresh(win, complete)
  8.                   A0   D0
  9.  
  10.     VOID GU_EndRefresh(struct Window *, BOOL);
  11.  
  12.    FUNCTION
  13.  
  14.     Invokes the intuition.library/EndRefresh() function in a manner
  15.     friendly to the Gadget Toolkit.  This function call permits
  16.     GadTools gadgets to refresh themselves at the correct time.
  17.     Call this function to EndRefresh() when you have used
  18.     GU_BeginRefresh().
  19.  
  20.    INPUTS
  21.     win - pointer to Window structure for which a IDCMP_REFRESHWINDOW
  22.           IDCMP event was received.
  23.     complete - TRUE when done with refreshing.
  24.  
  25.    NOTES
  26.     See gadtools/GT_EndRefresh for more information.
  27.  
  28.    SEE ALSO
  29.     GU_BeginRefresh(), gadtools/GT_EndRefresh(), intuition/EndRefresh()
  30.